Builder
Builder class for CarExtender.UnreadConversation objects.
Constructors
Link copied to clipboard
Constructs a new builder for CarExtender.UnreadConversation.
Functions
Link copied to clipboard
open fun addMessage(@Nullable message: String): NotificationCompat.CarExtender.UnreadConversation.Builder
Appends a new unread message to the list of messages for this conversation.
Link copied to clipboard
Builds a new unread conversation object.
Link copied to clipboard
open fun setLatestTimestamp(timestamp: Long): NotificationCompat.CarExtender.UnreadConversation.Builder
Sets the timestamp of the most recent message in an unread conversation.
Link copied to clipboard
open fun setReadPendingIntent(@Nullable pendingIntent: PendingIntent): NotificationCompat.CarExtender.UnreadConversation.Builder
Sets the pending intent that will be sent once the messages in this notification are read.
Link copied to clipboard
open fun setReplyAction(@Nullable pendingIntent: PendingIntent, @Nullable remoteInput: RemoteInput): NotificationCompat.CarExtender.UnreadConversation.Builder
Sets the pending intent and remote input which will convey the reply to this notification.